The NullableObjectConverter<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
NullableObjectConverter<(Of <(<'T>)>)> |
Methods
Name | Description | |
---|---|---|
![]() |
CanConvertFrom(Type) |
Returns whether this converter can convert an object of the given type to the type of this converter. (Inherited from TypeConverterTypeConverter.) |
![]() |
CanConvertFrom(ITypeDescriptorContext, Type) |
Checks whether the converter can convert from a given type.
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).) |
![]() |
CanConvertTo(Type) |
Returns whether this converter can convert the object to the specified type. (Inherited from TypeConverterTypeConverter.) |
![]() |
CanConvertTo(ITypeDescriptorContext, Type) |
Checks whether the converter can convert to a given type.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).) |
![]() |
ConvertFrom(Object) |
Converts the given value to the type of this converter. (Inherited from TypeConverterTypeConverter.) |
![]() |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts from a given type.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
![]() |
ConvertFromString |
Converts the specified text to an object. (Inherited from TypeConverter.) |
![]() |
ConvertTo(Object, Type) |
Converts the given value object to the specified type, using the arguments. (Inherited from TypeConverterTypeConverter.) |
![]() |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Convert to a given type.
(Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
![]() |
ConvertToString |
Converts the specified value to a string representation. (Inherited from TypeConverter.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |